Reproducibility Package
Development Impact Evaluation (DIME)
Monday, the 11th of November, 2024
Reorganized folders to store code and outputs following DIME Analytics standards
Created README file using DIME Analytics template (it’ll get updated along the way)
Working on the main dofile
Issues during replication
Figure 1
Figures 2, 3 and 5
Couldn’t find code that creates figures files “ev_community_randomization.png”, ”ev_household_randomization.png” and”evch timeline3.png”
Figure 4
getData() was removed from raster package, so we need to download the version used when the figure was created (not sure how) or change to another package, such as geodata and use function gadm()
Matteo: the second option, since finding the old version would be more complicated
Once we finish the replication package this kind of error won’t happen anymore since we now use renv (it stores all packages that used in a folder, preserving their versions for reproducers)
Done: Figures 1, 6, 7 and 8
Left: Figures 4, 9, 10 … 25
Not produced by code: Figures 2, 3 and 5
Figure 13, 15 and 17 - Variables missing in the data
Figure 11 - Small differences in values (Left - Replicated ; Right - Overleaf)
Figure 21 - Small differences in values (Left - Replicated ; Right - Overleaf)
Task: Reproducibility Package for eVoucher Endline Report’s Figures and Tables
Product: One script that reproduces all figures and tables in the report. For now, it considers data as given, so it only reproduces images, but not data itself.
Issues
Solutions